net.dnsConfig.mtime (field)

3 uses

	net (current package)
		dnsclient_unix.go#L402: 		if mtime.Equal(conf.dnsConfig.Load().mtime) {
		dnsconfig.go#L28: 	mtime         time.Time     // time of resolv.conf modification
		dnsconfig_unix.go#L33: 		conf.mtime = fi.ModTime()